ostree.git
2012-10-15 Colin Walterscore: Use linkat() rather than link() in threaded checkouts
2012-10-15 Colin Walterscore: And one more race in multithreaded mkdir -p
2012-10-14 Colin Walterscore: Fix devino speedup for archive-z
2012-10-14 Colin Walterscore: Rework archive-z mode to have header be uncompressed
2012-10-14 Colin Walterscore: Call fdatasync() before we rename()
2012-10-13 Colin Walterscheckout: Drop uncompressed object GC for now
2012-10-13 Colin Walterscore: Fix case where we hardlinked successfully but...
2012-10-13 Colin Walterscore: A few more error-prefixings
2012-10-13 Colin Walterscore: One more minor tweak to recursive directory creation
2012-10-13 Colin Walterscore: Prefix some error messages
2012-10-13 Colin Walterscore: Threadsafe recursive direction creation is harder...
2012-10-12 Colin Walterscore: Fix regression in previous commit
2012-10-12 Colin Walterscore: Make mkdir -p function safer
2012-10-12 Colin Walterscore: Ensure file data is synced to disk when checking...
2012-10-12 Colin Waltersrepo: Avoid race condition in threaded checkout with...
2012-10-11 Colin Walterscore: Add dynamic uncompressed object cache for archive-z
2012-10-05 Colin Walterspull: Print elapsed time
2012-10-05 Colin Walterscore: Only do devino scan on commit (speeds up pull)
2012-10-05 Colin Walterspull: Ensure worker queue finishes if we unhold an...
2012-10-05 Colin Walterspull: Stage content asynchronously
2012-10-04 Colin Walterspull: Stage metadata objects asynchronously
2012-10-04 Colin Walterspull: Ensure queued filemeta requests don't starve...
2012-10-04 Colin Walterspull: Merge metadata and content fetch phases
2012-10-04 Colin Walterspull: Asynchronous metadata fetch
2012-10-01 Colin Waltersadmin: Install grub2 config file if we detect /etc...
2012-10-01 Colin Waltersadmin: Prepare /var/log/dracut.log when creating initramfs
2012-09-26 Colin WaltersRelease 2012.11
2012-09-26 Colin WaltersUpdate libgsystem
2012-09-25 Colin Waltersbuild: Add one header file missing from dist
2012-09-25 Colin Waltersbuild: Add autogen.sh, the COPYING.{GPL,LGPL} files...
2012-09-25 Colin WaltersRelease 2012.10
2012-09-25 Colin Walterspackages: Two spec file fixes
2012-09-25 Colin Waltersautogen: Only do submodule update if we don't have...
2012-09-24 Colin Waltersautogen.sh: Use set -e
2012-09-24 Colin Walterscore: use open(..., O_NOATIME) for reading loose objects
2012-09-23 Colin WaltersAdd tests missing from previous commit
2012-09-23 Colin WaltersAdd an archive-z repository mode
2012-09-23 Colin Walterspull: Fix two minor memory leaks
2012-09-23 Colin Walterscore: Clean up staging API and internals
2012-09-23 Colin Walterscore: Drop packfiles as they are now
2012-09-23 Colin Walterstests: Drop tests of removed --atomic-retarget option
2012-09-23 Colin Waltersdiff: Fix case when used on native files
2012-09-21 Colin Walterspackaging: Update spec file per Fedora review
2012-09-20 Colin Walterspackages: Update ostree.spec for file changes
2012-09-20 Colin Walterspackages: Tweak srpm command
2012-09-18 Colin Waltersadmin: Initialize /var more fully
2012-09-16 Giovanni CampagnaGrub2: use /etc/system-release now that we have one
2012-09-16 Giovanni CampagnaAdd /ostree/current-etc symlink to current configuration
2012-09-16 Giovanni CampagnaUpdate kernel files for command naming changes
2012-09-15 Colin Walterspull: Check the remote repo type
2012-09-15 Colin WaltersExtract keyfile helpers into libotutil
2012-09-09 Colin Waltersostadmin: Fix up deploy config logic again
2012-09-09 Colin Waltersadmin: Ensure we pass options to subcommands
2012-09-09 Colin Waltersupdate-kernel: Fix free -> g_object_unref
2012-09-08 Colin WaltersMove "ostadmin" => "ostree admin"
2012-09-06 Colin WaltersMake /etc a writable mount
2012-09-03 Colin Waltersotutil: Add a few more helper functions
2012-09-01 Colin Walterscore: Refactor diff to be an internal API
2012-08-31 Colin Waltersostadmin: Also ensure /ostree/modules exists
2012-08-28 Colin Waltersbuild: Add dist-snapshot
2012-08-28 Colin WaltersUse correct libgsystem
2012-08-28 Colin WaltersMerge remote-tracking branch 'aperezdc/fixes'
2012-08-28 Adrian Perezconfigure.ac: Fix checks for libarchive
2012-08-27 Colin WaltersUpdate libgsystem
2012-08-27 Colin Walterscore: Use O_NOATIME to open metadata
2012-08-27 Colin Waltersrepo: Call fdatasync() before adding objects to the...
2012-08-27 Colin Walterstraverse: Set an explicit error when loading a corrupte...
2012-08-26 Colin Waltersostadmin: Cosmetic change for option defaults
2012-08-26 Colin Waltersostadmin: Add --ostree-dir option to init
2012-08-26 Colin Waltersrepo: Ensure all stored files are readable
2012-08-26 Colin WaltersRelease 2012.9
2012-08-26 Colin Waltersbuild: Add --enable-triggers-only
2012-08-25 Colin Waltersprune: Don't fail if an object isn't found
2012-08-25 Colin Waltersrepo: Also traverse remote refs when enumerating objects
2012-08-25 Matthias ClasenImprove the pango trigger
2012-08-24 Colin Walterslibostree: Quiet compiler warning with --disable-libarchive
2012-08-24 Matthias Clasenostree: Remove duplicate command in help output
2012-08-23 Colin Waltersbuild: Make /etc/kernel scripts default to automatic
2012-08-23 Colin Walterspackages: Add files that should have been in previous...
2012-08-22 Colin Walterspull: Only fetch pack files if we want more than 66...
2012-08-22 Colin Walterspull: Exit mainloop immediately if we encounter an...
2012-08-22 Colin Walterspack: Support --content-only
2012-08-22 Colin Walterspull: Set an error when we get an unsuccessful HTTP...
2012-08-20 Giovanni CampagnaAdd infrastructure for automatic kernel updates
2012-08-20 Giovanni Campagnaostadmin: add update-kernel command to regenerate initr...
2012-08-20 Giovanni CampagnaDon't fail for EPERM when hardlinking
2012-08-20 Giovanni Campagnaostree-run-triggers: fix typo in filename comparison...
2012-08-19 Colin Waltersembedded-dependencies: Fix ACLOCAL_FLAGS, update for...
2012-08-19 Stef WalterInclude pull and other external commands in usage output
2012-08-18 Giovanni Campagnaostadmin: fix command line handling in the builtins
2012-08-14 Colin Waltersconfigure: Fix libsoup detection
2012-08-14 Colin Waltersautogen: Fetch submodules before running automake
2012-08-10 Stef WalterSupport non-builtin commands
2012-08-05 Colin Walterstriggers: Print execution time for each trigger
2012-08-05 Colin Waltersostadmin: Use g_spawn_check_exit_status()
2012-08-05 Colin Waltersostadmin: Change command line for qemu deploy helper
2012-08-05 Colin Waltersostadmin: Add --ostree-dir directory
2012-07-31 Stef WalterAutomatically populate the git submodules in autogen.sh
2012-07-31 Colin WaltersTODO: update
2012-07-30 Colin Waltersostadmin: Print an error message if run as non-root
next